home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / Tangram4.swf / scripts / DefineButton2_140 / BUTTONCONDACTION on(release, keyPress 2).as
Encoding:
Text File  |  2001-07-15  |  92 b   |  5 lines

  1. on(release, keyPress "2"){
  2.    r += "45";
  3.    setProperty("/square_big", _rotation, r);
  4. }
  5.